home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Utilities / Files / read-file < prev   
Encoding:
Text File  |  1998-10-23  |  455 b   |  10 lines  |  [TEXT/ScoM]

  1. read-file path&filename
  2.  
  3. This allows you to read a file that contains definitions of variables directly on the same directory as the file that calls this. This reads the file directly from the path&filename. Use include-file when you need to load files that are on the same directory as the file that calls include-file.
  4.  
  5. (read-file "ccl;directory:file") 
  6.  
  7. where ccl represents the home directory, the directory that the application was when booted up.
  8.  
  9.  
  10.